home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Fight / starwars.swf / scripts / frame_145 / PlaceObject2_109_228 / CLIPACTIONRECORD onClipEvent(load).as
Text File  |  2006-09-05  |  322b  |  18 lines

  1. onClipEvent(load){
  2.    function energySub(subNum)
  3.    {
  4.       if(0 >= count)
  5.       {
  6.          this.LifeG._width = 0;
  7.          _root.gotoAndPlay("loseplay");
  8.       }
  9.       else
  10.       {
  11.          count -= subNum;
  12.          this.LifeG._width = count;
  13.       }
  14.    }
  15.    count = 200;
  16.    this.LifeG._width = count;
  17. }
  18.